
/*body*/
#game-lists{
    padding:  0 3% 5%;
}
.medium-heading{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: 2px;
    margin-bottom: 2%;
}
body{
    background-color: black;
    overflow-x: hidden;
}
.fixed-bg-img{
  background-image: url('https://static.vecteezy.com/system/resources/thumbnails/002/016/010/original/futuristic-threshold-with-reflections-on-wall-and-floor-free-video.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;  
}
/*nav-bar*/
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-color: white;
}
.navbar {
  padding: 0;
}
.logo {
    display: inline-block;
    font-family: 'Bebas Neue';
    color: white;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    font-size: 5vh;
    margin-bottom: 0;
    text-shadow: 0 0 10px #e32bff, 0 0 20px #e32bff;
}
.logo:hover{
    animation: logo 1.25s ease-in-out infinite alternate;
}
@keyframes logo {
    0% {
        text-shadow: 0 0 10px #e32bff, 0 0 20px #e32bff;
    }
    50% {
        text-shadow: 0 0 10px #e32bff, 0 0 20px #e32bff, 0 0 25px #e32bff, 0 0 30px #e32bff;
    }
    100% {
        text-shadow: 0 0 10px #e32bff, 0 0 20px #e32bff;
    }
  }
.title-nav {
    background-image: url("https://images.pexels.com/photos/6985118/pexels-photo-6985118.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    background-size: 100%;
    padding: 0 2%;
    text-align: center;
}

.nav-link {
  font-size: 1.2rem;
  margin-left:20px ;
}

.back-button{
  float: left;
  margin-top: 1.5% ;
}


/* Home page */

/* start-section */
.dark-container{
  background-color: rgba(0, 0, 0, 0.7);
  padding: 7% 15%;
}
#Start .dark-container{
  padding: 16% 10% 0 10%;
}
@media (max-width:992px) {
  #Start .dark-container{
    text-align: center;
  }
}
.light-container {
  padding: 7% 15%;
}
.content-container{
  padding: 0 0 10%;
}
.big-heading{
  color: #fff;
  font-size: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  margin-bottom: 1.4rem;
}
@media(max-width: 992px){
  .big-heading{
    font-size: 3rem;
  }
}
@media(max-width: 576px){
  .big-heading{
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
.sub-title-lines{
  line-height: 150%;
  color: #d1d1d1;
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
@media(max-width: 992px){
  .sub-title-lines{
    font-size: 2rem;
  }
}
@media(max-width: 576px){
  .sub-title-lines{
    font-size: 1.5rem;
  }
}
.tag-line{
  text-align: center;
  line-height: 150%;
  color: #dcdcdc;
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
@media(max-width:992px){
  .tag-line{
    font-size: 2.5rem;
  }
}
@media (max-width:576px){
  .tag-line{
    font-size:1.7rem;
  }
}
.img-container{
  padding-bottom: 0;
  position: relative;
}
.image{
 width: 100%;
 position: absolute;
 bottom: 0;
}
@media (max-width:992px) {
  .image{
  position: static;
  }
  .img-container{
    position: static;
  }
}

/* youtube video */
.u-tube{
  padding: 3% 0 10% 0 ;
  display: flex;
  justify-content: center;
}
iframe{
  width: 560px;
  height: 315px;
}
@media (max-width: 992px){
  iframe{
    height:300px;
  }
}
@media (max-width: 576px){
  iframe{
    height:200px;
  }
}

/* Games section */
.card:hover {
  cursor:pointer;
}

/* games list page */
.section-name{
  color: #eeeeee;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  margin: 2.5rem 0 1.5rem ;  
}
.section1{
  background-image: linear-gradient(163deg, rgb(249, 0, 249) 0%, #0062ff 100%);
  border-radius: 20px;
}
.section2{
  background-color: black;
  padding: 5% 0;
  border-radius: 20px;
  transform: scale(0.998, 0.998);
}

/*each card*/
.card1 {
  width: 150px;
  height: 254px;
  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
  border-radius: 20px;
  transition: all .3s;
}   
.card2 {
    width: 150px;
    height: 254px;
    background-color: black;
    transition: all .2s;
    padding: 5%;
}   
.card2:hover {
    transform: scale(0.98);
    border-radius: 20px;
}   
.card1:hover {
    box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
}
.star-rating{
    text-align: right;
}
.game-name{
    color: #f0f0f0;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    margin-bottom: 3%;
    text-align: center;
}
.game-studios{
    color: #707070;
    text-align: center;
}
.icon {
    width: 90px;
    border-radius: 10px;
    display: block;
    margin: 5% auto 5% auto;
}

/*Game page*/
.carousel-item{
  height: 28rem;    
}
@media(max-width:576px){
  .carousel-item{
    height: 16rem;
  }  
}
.overlay-image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
}
.game-studios-page{
    color: #e6e4e4 ;
    margin: 0;
    margin-bottom: 0.2rem;
}
.game-name-card {
    padding: 1%;
}
.game-details-card-1{
    margin-top: 4%;
}
.game-details-card2{
    color: #b1b1b1;
    font-size: 1.3rem;
    padding: 5%;
    padding-top: 5%;
    line-height: 1.5;
}
@media(max-width:576px){
  .game-details-card2{
    font-size: 1rem;
  }
}
.requirements-container{
  border-radius: 10px;
    margin: 2%;
    padding:5% 3% 3%;
    box-shadow: inset 0 0 15px #f458ff;
}
@media (min-width: 992px){
    .requirements-container{
        margin: 2%;
        padding:3% 3% 3%;
        box-shadow: inset 0 0 15px #f458ff;
    }
}
.requirements-text{
    color: #b1b1b1;
    font-size: 1.3rem;
}
@media(max-width:576px){
  .requirements-text{
    font-size: 1rem;
  }
}
.requirements-container li{
  color: #b1b1b1;
  font-size: 1.3rem;
}
.download-text{
    font-size: 1.5rem;
}
.download-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 4rem;
    background-size: 300% 300%;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
    transition: 0.5s;
    animation: gradient_301 5s ease infinite;
    border: double 4px transparent;
    background-image: linear-gradient(#212121, #212121),  linear-gradient(137.48deg, #ffdb3b 10%,#FE53BB 45%, #8F51EA 67%, #0044ff 87%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-left: auto;
    margin-right: auto;
}  
  #container-stars {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(1rem);
    border-radius: 5rem;
  }  
  strong {
    z-index: 2;
    font-family: 'Avalors Personal Use';
    font-size: 12px;
    letter-spacing: 5px;
    color: #FFFFFF;
    text-shadow: 0 0 4px white;
  }  
  #glow {
    position: absolute;
    display: flex;
    width: 12rem;
  }  
  .circle {
    width: 100%;
    height: 30px;
    filter: blur(2rem);
    animation: pulse_3011 4s infinite;
    z-index: -1;
  }  
  .circle:nth-of-type(1) {
    background: rgba(254, 83, 186, 0.636);
  }  
  .circle:nth-of-type(2) {
    background: rgba(142, 81, 234, 0.704);
  }  
  .download-button:hover #container-stars {
    z-index: 1;
    background-color: #212121;
  }  
  .download-button:hover {
    transform: scale(1.1)
  }  
  .download-button:active {
    border: double 4px #FE53BB;
    background-origin: border-box;
    background-clip: content-box, border-box;
    animation: none;
  }  
  .download-button:active .circle {
    background: #FE53BB;
  }
    #stars {
    position: relative;
    background: transparent;
    width: 200rem;
    height: 200rem;
  }  
  #stars::after {
    content: "";
    position: absolute;
    top: -10rem;
    left: -100rem;
    width: 100%;
    height: 100%;
    animation: animStarRotate 90s linear infinite;
  }  
  #stars::after {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
  }  
  #stars::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 170%;
    height: 500%;
    animation: animStar 60s linear infinite;
  }  
  #stars::before {
    background-image: radial-gradient(#ffffff 1px, transparent 1%);
    background-size: 50px 50px;
    opacity: 0.5;
  }  
  @keyframes animStar {
    from {
      transform: translateY(0);
    }
  
    to {
      transform: translateY(-135rem);
    }
  }
  
  @keyframes animStarRotate {
    from {
      transform: rotate(360deg);
    }
  
    to {
      transform: rotate(0);
    }
  }
  
  @keyframes gradient_301 {
    0% {
      background-position: 0% 50%;
    }
  
    50% {
      background-position: 100% 50%;
    }
  
    100% {
      background-position: 0% 50%;
    }
  }  
  @keyframes pulse_3011 {
    0% {
      transform: scale(0.75);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
  
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
  
    100% {
      transform: scale(0.75);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
.button-container{
    padding-top: 5%;
    padding-bottom: 5%;
}

/* Footer section */
.footer{
  background-color: #8F51EA;
  color: #fff;
  padding: 5% 10% 3%;
  text-align: center;
}
.icon-bg{
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #aa7cf0;
  border-radius: 100%;
  padding: 10px 0;
  margin: 5px 11px;
}
.disclaimer-btn{
  color: #fff;
  background-color: transparent;
  border: 0;
  text-decoration: underline;
}
.disclaimer-btn:hover{
  color: #b8b8b8;
}
@media(max-width:576px){
  .disclaimer-text{
    font-size: 0.75rem;
  }
}
